home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / bbs / termv4.6 / extras / source / gtlayout-source.lha / gtlayout_global.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-03-18  |  622 b   |  32 lines

  1. /*
  2. **    GadTools layout toolkit
  3. **
  4. **    Copyright © 1993-1996 by Olaf `Olsen' Barthel
  5. **        Freely distributable.
  6. */
  7.  
  8. #ifndef _GTLAYOUT_GLOBAL_H
  9. #define _GTLAYOUT_GLOBAL_H 1
  10.  
  11. #ifndef _GTLAYOUT_INCLUDES_H
  12. #include "gtlayout_includes.h"
  13. #endif    // _GTLAYOUT_INCLUDES_H
  14.  
  15. #ifndef _GTLAYOUT_H
  16. #include "gtlayout.h"
  17. #endif    // _GTLAYOUT_H
  18.  
  19. #ifndef _GTLAYOUT_INTERNAL_H
  20. #include "gtlayout_internal.h"
  21. #endif    // _GTLAYOUT_INTERNAL_H
  22.  
  23. #ifndef _GTLAYOUT_DATA_H
  24. #include "gtlayout_data.h"
  25. #endif    // _GTLAYOUT_DATA_H
  26.  
  27. #ifndef _GTLAYOUT_LIBPROTOS_H
  28. #include "gtlayout_libprotos.h"
  29. #endif    // _GTLAYOUT_LIBPROTOS_H
  30.  
  31. #endif    // _GTLAYOUT_GLOBAL_H
  32.